func runtime.makemap

4 uses

	runtime (current package)
		map.go#L288: 	return makemap(t, int(hint), h)
		map.go#L305: func makemap(t *maptype, hint int, h *hmap) *hmap {
		map.go#L1345: 	return makemap(t, cap, nil)
		map.go#L1500: 	dst := makemap(t, src.count, nil)